projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2cfa9a
)
(XTread_socket): For UnmapNotify, use x_top_window_to_frame.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Aug 1995 18:32:39 +0000
(18:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Aug 1995 18:32:39 +0000
(18:32 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 43679760353b5249d4e162aef3b45c3d5efa6c0c..89b7bf905291d2d24bed8890dbcb5c851cc268fa 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-3554,7
+3554,7
@@
XTread_socket (sd, bufp, numchars, waitp, expected)
break;
case UnmapNotify:
- f = x_
any
_window_to_frame (dpyinfo, event.xunmap.window);
+ f = x_
top
_window_to_frame (dpyinfo, event.xunmap.window);
if (f) /* F may no longer exist if
the frame was deleted. */
{